Click or drag to resize

NoteCollectionAdd Method (String)

Adds a Note with the specified description to the collection.

Namespace:  Independentsoft.Sip.Presence
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public int Add(
	string description
)

Parameters

description
Type: SystemString
The description of the Note to add.

Return Value

Type: Int32
The index of the added Note.
See Also